GdkPixbufModuleSaveCallbackFunc
alias GdkPixbufModuleSaveCallbackFunc =
int function(GdkPixbufSaveFunc saveFunc, void* userData, GdkPixbuf* pixbuf, char** optionKeys, char** optionValues, GError** err)
gdkpixbuf c types
aliasesenumsmanifest constantsstructs
Saves a GdkPixbuf by calling the provided function.
The optional option_keys and option_values arrays contain the keys and values (in the same order) for attributes to be saved alongside the image data.